Use gpslibusb for non-*darwin* targets.
authoroliskoli <oliskoli>
Thu, 27 Dec 2007 22:28:32 +0000 (22:28 +0000)
committeroliskoli <oliskoli>
Thu, 27 Dec 2007 22:28:32 +0000 (22:28 +0000)
configure
configure.in

index 23e6bf99ce33ec0ab296de7dea79cfdef69493b4..440243ea5b4dc0b321909942c8e4855a4ad87230 100755 (executable)
--- a/configure
+++ b/configure
@@ -4311,6 +4311,10 @@ fi
                    else
                        OSJEEPS=jeeps/gpsusbstub.o
                  fi
+                 ;;
+               *)
+                 OSJEEPS=jeeps/gpslibusb.o
+                 ;;
                esac
                CFLAGS="$OCFLAGS"
        #       LIBS="$LIBS `libusb-config --libs`"
index e9b86273b2c2942a23ab518ec5284a9d03d32dd5..615ba03a8221758d24752b12004b2fd895896578 100644 (file)
@@ -188,6 +188,10 @@ case "$target" in
                    else
                        OSJEEPS=jeeps/gpsusbstub.o
                  fi
+                 ;;
+               *)
+                 OSJEEPS=jeeps/gpslibusb.o
+                 ;;
                esac
                CFLAGS="$OCFLAGS"
        #       LIBS="$LIBS `libusb-config --libs`"